home *** CD-ROM | disk | FTP | other *** search
-
-
-
- BASENAME User Commands BASENAME
-
-
-
- NNAAMMEE
- basename - strip filename affixes
-
- SSYYNNOOPPSSIISS
- bbaasseennaammee string [ suffix ]
-
- DDEESSCCRRIIPPTTIIOONN
- _B_a_s_e_n_a_m_e deletes any prefix ending in `/' and the _s_u_f_f_i_x, if
- present in _s_t_r_i_n_g, from _s_t_r_i_n_g, and prints the result on the
- standard output. It is normally used inside substitution
- marks ` ` in shell procedures.
-
- This shell procedure invoked with the argument
- /_u_s_r/_s_r_c/_b_i_n/_c_a_t._c compiles the named file and moves the
- output to _c_a_t in the current directory:
-
- cc $1
- mv a.out `basename $1 .c`
-
- SSEEEE AALLSSOO
- sh(1)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Sprite v1.0 April 29, 1985 1
-
-
-
-